From: Chong Yidong Date: Wed, 5 Mar 2008 20:53:40 +0000 (+0000) Subject: (parens-require-spaces): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~442 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a0255b0827e415e4342415a67d74d8d17a9db686;p=emacs.git (parens-require-spaces): Doc fix. Reported by Drew Adams . --- diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index dbb5808d6dc..4fd6fe7a17f 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -41,7 +41,8 @@ See function `beginning-of-defun'." (make-variable-buffer-local 'defun-prompt-regexp) (defcustom parens-require-spaces t - "If non-nil, `insert-parentheses' inserts whitespace as needed." + "If non-nil, add whitespace as needed when inserting parentheses. +This affects `insert-parentheses' and `insert-pair'." :type 'boolean :group 'lisp)